home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 423_01 / rdcf / readme.doc < prev   
Encoding:
Text File  |  1994-03-22  |  1.2 KB  |  27 lines

  1.        RDCF: A Reentrant DOS-Compatible File System, Version 2.0
  2.                As Submitted to the C Users' Group Library
  3.                              March 22, 1994
  4.  
  5. RDCF is a reentrant and ROMable DOS-compatible file system designed for
  6. use with floppy diskettes and hard disk partitions that do not exceed 32
  7. Mbytes in size.
  8.  
  9. Also included is a simple disk caching package designed for use with
  10. RDCF. However, it may also be used separately.
  11.  
  12. A DOS utility called FILES, written primarily to test RDCF, is included
  13. in both source and executable form. It performs a number of operations on
  14. DOS files, including some that cannot be performed from the DOS command
  15. line. For example, its DIR command shows the remains of deleted files.
  16.  
  17. Complete C source code and documentation are included, including a
  18. fairly detailed description of the DOS file system.
  19.  
  20. RDCF is copyrighted, but it is freeware. You may copy it and pass it on
  21. freely, as long as you pass on the entire, unmodified package, with its
  22. copyright notices intact. You may not resell it, although you may charge
  23. a reasonable fee for diskette duplication, shipping and handling.
  24.  
  25. Philip J. Erdelsky
  26.  
  27.